home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
libpango1.0-0.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-03-01
|
326 b
|
17 lines
#!/bin/sh
set -e
# Hey, I'm a snippet removing old cruft (Debian #430040); drop me after lenny!
BOGUSDOCDIR=/usr/share/doc/libpango1.0-doc/pango/pango
if [ -L $BOGUSDOCDIR ]; then
rm -f $BOGUSDOCDIR
fi
# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
ldconfig
fi
# End automatically added section